Conversation
Contributor
Author
|
cc @abstractdog |
Contributor
Author
Update example commands referencing the postgres JDBC driver from 42.7.3 to 42.7.12.
… 42.7.12 Same stale example version left over in standalone-metastore's docker README.
Akanksha-kedia
force-pushed
the
bump-docker-readme-postgres-driver-42.7.12
branch
from
September 10, 2026 06:05
e19d882 to
15391cd
Compare
|
ayushtkn
approved these changes
Sep 10, 2026
Member
There was a problem hiding this comment.
Well this is not that important, as long as the version mentioned in the README works with Hive, but I don't mind keeping it updated.
Can you try the changed commands once as well & see they run fine.
Thanx @Akanksha-kedia for the update, @tanishq-chugh can you give a shot as well
tanishq-chugh
approved these changes
Sep 10, 2026
Contributor
Author
|
@ayushtkn CI is green here (rebased on latest master) — could you take a look and merge if it looks good? |
Member
|
Thanx @Akanksha-kedia and @tanishq-chugh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





What changes were proposed in this pull request?
Update the example commands in
packaging/src/docker/README.mdthat reference the postgres JDBC driver, bumping the version from 42.7.3 to 42.7.12.Why are the changes needed?
Keep the documented driver version current.
Does this PR introduce any user-facing change?
No, docs only.
Is the change a dependency upgrade?
No, this only updates a documentation example; no build dependency is changed.